set version to 0.0.12
authorØyvind Kolås <ok@src.gnome.org>
Sun, 28 Jan 2007 17:08:17 +0000 (17:08 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 28 Jan 2007 17:08:17 +0000 (17:08 +0000)
* configure.ac: set version to 0.0.12

svn path=/trunk/; revision=208

ChangeLog
configure.ac

index 627475b92e8b8bf07b3aa1af763fbcbba2fadb77..571e6c5ee68b5570a50a9c29a85fc3fd1d3e75d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
-2007-01-28  Øyvind Kolås  <pippin@gimp.org>
-
-       * docs/index-static.html.in: things are not in CVS but SVN now.
-
 2007-01-07  Øyvind Kolås  <pippin@gimp.org>
 
        * configure.ac: set version to 0.0.12
 
+2007-01-28  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/index-static.html.in: things are not in CVS but SVN now.
+
 2007-01-28  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-conversion.c: (babl_conversion_new): shut up compiler
index 4b9582c389ef55dcc8f6c18b46036f4e12c524c5..74cb4003f1728fe0cd14087fb1e8804473aef224 100644 (file)
@@ -6,7 +6,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 11)
+m4_define([babl_micro_version], 12)
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])